Skip to content

Fixing not needed horizontal scrollbar in EntityDataTable for tables that have no actions column. - #26895

Merged
linuspahl merged 3 commits into
masterfrom
fix-table-scrollbar
Aug 6, 2026
Merged

Fixing not needed horizontal scrollbar in EntityDataTable for tables that have no actions column.#26895
linuspahl merged 3 commits into
masterfrom
fix-table-scrollbar

Conversation

@linuspahl

@linuspahl linuspahl commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Description

Motivation and Context

This PR fixes an issue with the EntityDataTable where tables, which have no action column, could have an unnecessary scroll bar. This was caused by the overflowing resize handle and the table border.

image

The way we define the table border is currently comparable complex, because we need to define the border in a way that works with pinned columns.

/nocl - fixes unreleased regression

@linuspahl linuspahl changed the title Fixes a not needed horizontal scrollbar in EntityDataTable for tables that have no actions column. Fixing a not needed horizontal scrollbar in EntityDataTable for tables that have no actions column. Aug 5, 2026
@linuspahl linuspahl changed the title Fixing a not needed horizontal scrollbar in EntityDataTable for tables that have no actions column. Fixing not needed horizontal scrollbar in EntityDataTable for tables that have no actions column. Aug 5, 2026
@linuspahl
linuspahl marked this pull request as ready for review August 5, 2026 11:46
@linuspahl
linuspahl merged commit 1038878 into master Aug 6, 2026
35 of 37 checks passed
@linuspahl
linuspahl deleted the fix-table-scrollbar branch August 6, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants